Update Package Validation Baseline to 10.2.0#7208
Merged
Conversation
…Suppressions.xml Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Package Validation Baseline version to 10.2.0
Update Package Validation Baseline to 10.2.0
Jan 14, 2026
joperezr
approved these changes
Jan 14, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the package validation baseline from 9.10.0 to 10.2.0, allowing package validation to check API compatibility against the latest shipped version (10.2.0). The update removes the CompatibilitySuppressions.xml file that was previously needed for breaking changes introduced between 9.10.0 and 10.2.0, as these are now part of the baseline.
Changes:
- Updated
PackageValidationBaselineVersionfrom9.10.0to10.2.0in packaging configuration - Removed compatibility suppressions file that tracked breaking changes now included in the new baseline
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/MSBuild/Packaging.targets | Updated package validation baseline version to 10.2.0 |
| src/Libraries/Microsoft.Extensions.AI.Abstractions/CompatibilitySuppressions.xml | Deleted suppressions file as breaking changes are now part of the 10.2.0 baseline |
evgenyfedorov2
approved these changes
Jan 19, 2026
This was referenced Feb 11, 2026
Merged
Bump Microsoft.Extensions.ServiceDiscovery from 10.2.0 to 10.3.0
askpt/openfeature-aspire-sample#351
Merged
Open
chore: Bump Microsoft.Extensions.ServiceDiscovery from 10.2.0 to 10.3.0
JerrettDavis/PokManagerUI#23
Open
This was referenced Feb 13, 2026
Merged
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the package validation baseline from 9.10.0 to 10.2.0 to validate API compatibility against the latest shipped version.
Changes
PackageValidationBaselineVersionfrom9.10.0to10.2.0No new breaking changes detected. Package validation passes cleanly with the updated baseline.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Microsoft Reviewers: Open in CodeFlow